chore(deps): update quoteservice #67
Open
+14
−14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7
->2.8
2.7
->2.8
7.8.1
->7.9.2
3.5.0
->3.8.1
1.0.3
->1.1.2
1.0.4
->1.1.0
1.0.6
->1.0.7
1.0.8
->1.1.2
8.3-cli
->8.4-cli
8.3-cli
->8.4-cli
7.0.6
->7.0.7
3.4.0
->3.4.1
1.0.0
->1.1.0
v1.9.0
->v1.11.0
1.6.1
->1.7.0
4.12.0
->4.14.0
Release Notes
guzzle/guzzle (guzzlehttp/guzzle)
v7.9.2
Compare Source
Fixed
v7.9.1
Compare Source
Fixed
v7.9.0
Compare Source
Changed
CurlMultiHandler
to avoid busy wait if possibleguzzlehttp/psr7
v1v7.8.2
Compare Source
Added
Seldaek/monolog (monolog/monolog)
v3.8.1
Compare Source
v3.8.0
Compare Source
$fileOpenMode
param toStreamHandler
to define a custom fopen mode to open the log file (#1913)IntrospectionProcessor
(#1899)$timeout
param toProcessHandler
to configure the stream_select() timeout to avoid blocking too long (default is 1.0 sec) (#1916)StreamHandler
handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882)StreamHandler
error handler causing issues if a stream handler triggers an error (#1866)StreamHandler::reset
not closing the stream, so that it would fail to write in some cases with long running processes (#1862)RotatingFileHandler
issue where rotation does not happen in some long running processes (#1905)JsonFormatter
handling of incomplete classes (#1834)RotatingFileHandler
bug where rotation could sometimes not happen correctly (#1905)v3.7.0
Compare Source
NormalizerFormatter->setBasePath(...)
(andJsonFormatter
by extension) that allows removing the project's path from the stack trace output (47e301d
)v3.6.0
Compare Source
LineFormatter->setBasePath(...)
that allows removing the project's path from the stack trace output (#1873)$includeExtra
option inPsrHandler
to also use extra data to replace placeholder values in the message (#1852)DeduplicationHandler
(#1879)GelfMessageFormatter
together with theAmqpHandler
(#1869)GoogleCloudLoggingFormatter
(#1859)__toString
failures in context data crashing the normalization process (#1868)opentelemetry-php/api (open-telemetry/api)
v1.1.2
Compare Source
What's Changed:
Full Changelog: opentelemetry-php/api@1.1.1...1.1.2
v1.1.1
Compare Source
What's Changed:
TextMapPropagator
to instrumentation context by @Nevay in 1401Full Changelog: opentelemetry-php/api@1.1.0...1.1.1
v1.1.0
Compare Source
What's Changed:
Full Changelog: opentelemetry-php/api@1.1.0beta3...1.1.0
opentelemetry-php/exporter-otlp (open-telemetry/exporter-otlp)
v1.1.0
Compare Source
What's Changed:
Full Changelog: opentelemetry-php/exporter-otlp@1.1.0beta1...1.1.0
opentelemetry-php/contrib-auto-slim (open-telemetry/opentelemetry-auto-slim)
v1.0.7
Compare Source
What's Changed:
Full Changelog: opentelemetry-php/contrib-auto-slim@1.0.6...1.0.7
opentelemetry-php/sdk (open-telemetry/sdk)
v1.1.2
Compare Source
What's Changed:
Full Changelog: opentelemetry-php/sdk@1.1.1...1.1.2
v1.1.1
Compare Source
What's Changed:
TextMapPropagator
to instrumentation context by @Nevay in 1401Full Changelog: opentelemetry-php/sdk@1.1.0...1.1.1
v1.1.0
Compare Source
What's Changed:
Full Changelog: opentelemetry-php/sdk@1.1.0beta3...1.1.0
PHP-DI/PHP-DI (php-di/php-di)
v7.0.7
Compare Source
What's Changed
New Contributors
Full Changelog: PHP-DI/PHP-DI@7.0.6...7.0.7
PHP-DI/Slim-Bridge (php-di/slim-bridge)
v3.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: PHP-DI/Slim-Bridge@3.4.0...3.4.1
php-http/guzzle7-adapter (php-http/guzzle7-adapter)
v1.1.0
Compare Source
Changed
Fixed
composer test
command and use it in CIreactphp/http (react/http)
v1.11.0
Compare Source
Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
(#537 by @clue)
Feature: Allow underscore character in Uri host.
(#524 by @lulhum)
Improve test suite to fix expected error code when ext-sockets is not enabled.
(#539 by @WyriHaximus)
v1.10.0
Compare Source
Feature: Add new PSR-7 implementation and remove dated RingCentral PSR-7 dependency.
(#518, #519, #520 and #522 by @clue)
This changeset allows us to maintain our own PSR-7 implementation and reduce
dependencies on external projects. It also improves performance slightly and
does not otherwise affect our public API. If you want to explicitly install
the old RingCentral PSR-7 dependency, you can still install it like this:
Feature: Add new
Uri
class for new PSR-7 implementation.(#521 by @clue)
Feature: Validate outgoing HTTP message headers and reject invalid messages.
(#523 by @clue)
Feature: Full PHP 8.3 compatibility.
(#508 by @clue)
Fix: Fix HTTP client to omit
Transfer-Encoding: chunked
when streaming empty request body.(#516 by @clue)
Fix: Ensure connection close handler is cleaned up for each request.
(#515 by @WyriHaximus)
Update test suite and avoid unhandled promise rejections.
(#501 and #502 by @clue)
slimphp/Slim-Psr7 (slim/psr7)
v1.7.0
Compare Source
What's Changed
Header
by using PHP native types 🐘 by @nbayramberdiyev in https://github.com/slimphp/Slim-Psr7/pull/277Uri@filterPort()
$port
parameter to string if non-null by @cosmastech in https://github.com/slimphp/Slim-Psr7/pull/295New Contributors
Full Changelog: slimphp/Slim-Psr7@1.6.0...1.7.0
slimphp/Slim (slim/slim)
v4.14.0
Compare Source
Changed
Type hinting with template generics
With the introduction of template generics, if you type-hint
Slim\App
instance variable using/** @​var \Slim\App $app */
, then you will need to change it to either:/** @​var \Slim\App<null> $app */
if you are not using a DI container, or/** @​var \Slim\App<\Psr\Container\ContainerInterface> $app */
if you areYou can also type-hint to the concrete instance of the container you are using too. For example, if you are using PHP-DI, then you can use:
/** @​var \Slim\App<DI\Container> $app */
.New Contributors
Full Changelog: slimphp/Slim@4.13.0...4.14.0
v4.13.0
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.